dLocal Direct Android SDK
1.0.0-hybrid
1.1.0
1.0.3
1.0.1
1.0.0-hybrid
1.0.0
0.7.0-alpha01
latest
androidJvm
dLocal Direct Android SDK
/
com.dlocal.direct.api
/
DLBinInfo
DLBin
Info
data
class
DLBinInfo
(
val
bin
:
String
,
val
brand
:
String
,
val
type
:
String
?
=
null
,
val
country
:
String
,
val
installments
:
DLInstallments
?
=
null
)
Members
Constructors
DLBin
Info
Link copied to clipboard
constructor
(
bin
:
String
,
brand
:
String
,
type
:
String
?
=
null
,
country
:
String
,
installments
:
DLInstallments
?
=
null
)
Properties
bin
Link copied to clipboard
val
bin
:
String
brand
Link copied to clipboard
val
brand
:
String
country
Link copied to clipboard
val
country
:
String
installments
Link copied to clipboard
val
installments
:
DLInstallments
?
=
null
type
Link copied to clipboard
val
type
:
String
?
=
null